home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / color.dxr / 00707.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  3.1 KB  |  92 lines

  1. on mouseUp me
  2.   global clropac
  3.   hideit(60, 60)
  4.   showit(61, 61)
  5.   hideit(62, 62)
  6.   if the memberNum of sprite 63 = 699 then
  7.     set the memberNum of sprite 43 to 661
  8.     repeat with clropac = 45 to 48
  9.       set the blend of sprite clropac to 35
  10.     end repeat
  11.     repeat with clropac = 50 to 56
  12.       set the blend of sprite clropac to 35
  13.     end repeat
  14.     set the blend of sprite 49 to 100
  15.   else
  16.     if the memberNum of sprite 63 = 700 then
  17.       set the memberNum of sprite 43 to 664
  18.       set the blend of sprite 45 to 35
  19.       repeat with clropac = 46 to 49
  20.         set the blend of sprite clropac to 100
  21.       end repeat
  22.       repeat with clropac = 50 to 56
  23.         set the blend of sprite clropac to 35
  24.       end repeat
  25.     else
  26.       if the memberNum of sprite 63 = 701 then
  27.         set the memberNum of sprite 43 to 667
  28.         set the blend of sprite 49 to 100
  29.         set the blend of sprite 55 to 100
  30.         repeat with clropac = 45 to 48
  31.           set the blend of sprite clropac to 35
  32.         end repeat
  33.         repeat with clropac = 50 to 54
  34.           set the blend of sprite clropac to 35
  35.         end repeat
  36.         set the blend of sprite 56 to 35
  37.       else
  38.         if the memberNum of sprite 63 = 702 then
  39.           set the memberNum of sprite 43 to 670
  40.           set the blend of sprite 49 to 100
  41.           set the blend of sprite 54 to 100
  42.           set the blend of sprite 56 to 100
  43.           set the blend of sprite 55 to 35
  44.           repeat with clropac = 45 to 48
  45.             set the blend of sprite clropac to 35
  46.           end repeat
  47.           repeat with clropac = 50 to 53
  48.             set the blend of sprite clropac to 35
  49.           end repeat
  50.         else
  51.           if the memberNum of sprite 63 = 703 then
  52.             set the memberNum of sprite 43 to 673
  53.             set the blend of sprite 47 to 100
  54.             set the blend of sprite 51 to 100
  55.             set the blend of sprite 55 to 100
  56.             set the blend of sprite 56 to 35
  57.             repeat with clropac = 45 to 46
  58.               set the blend of sprite clropac to 35
  59.             end repeat
  60.             repeat with clropac = 48 to 50
  61.               set the blend of sprite clropac to 35
  62.             end repeat
  63.             repeat with clropac = 52 to 54
  64.               set the blend of sprite clropac to 35
  65.             end repeat
  66.           else
  67.             if the memberNum of sprite 63 = 704 then
  68.               set the memberNum of sprite 43 to 675
  69.               set the blend of sprite 47 to 100
  70.               set the blend of sprite 50 to 100
  71.               set the blend of sprite 53 to 100
  72.               set the blend of sprite 56 to 100
  73.               repeat with clropac = 45 to 46
  74.                 set the blend of sprite clropac to 35
  75.               end repeat
  76.               repeat with clropac = 48 to 49
  77.                 set the blend of sprite clropac to 35
  78.               end repeat
  79.               repeat with clropac = 51 to 52
  80.                 set the blend of sprite clropac to 35
  81.               end repeat
  82.               repeat with clropac = 54 to 55
  83.                 set the blend of sprite clropac to 35
  84.               end repeat
  85.             end if
  86.           end if
  87.         end if
  88.       end if
  89.     end if
  90.   end if
  91. end
  92.